TrackIndexedDBForOriginRequest

data class TrackIndexedDBForOriginRequest(origin: String)

Represents request frame that can be used with Storage#trackIndexedDBForOrigin operation call.

Registers origin to be notified when an update occurs to its IndexedDB.

See also

Constructors

TrackIndexedDBForOriginRequest
Link copied to clipboard
fun TrackIndexedDBForOriginRequest(origin: String)

Properties

origin
Link copied to clipboard
val origin: String
Security origin.

Sources

jvm source
Link copied to clipboard